home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI231.ASC < prev    next >
Text File  |  1991-09-11  |  4KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 231
  10.   VERSION : 2.00A
  11.        OS : CP/M-80
  12.      DATE : February 21, 1986                            PAGE : 1/3
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT - CP/M-80
  14.  
  15.  
  16.  
  17.  
  18.   This patch automatically responds to the "Include Error
  19.   Messages?" prompt and proceeds to either load or exclude the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.   Use the CP/M utility, DDT, (instructions for ZSID are on page 3)
  24.   to apply the following patch to a copy of your original .COM
  25.   file. Copy DDT.COM into the directory (or onto the diskette)
  26.   where your working copy of your .COM file is located. At the
  27.   prompt, type the following information exactly as it appears.
  28.  
  29.   Note:
  30.   1.   DDT is not sensitive to upper and lower case. all  addresses
  31.        are listed in upper case for ease of  readability.
  32.  
  33.   2.   While using DDT, the prompt will appear as a dash (-).
  34.  
  35.   3.   If you do not receive the appropriate response, press
  36.        <Ctrl>C followed by <Return>, to quit. Check your  version
  37.        numbers and, if correct, try again.
  38.  
  39.  
  40.   The following creates a file named TURNO.COM which you should use
  41.   if you never want to load the error messages.
  42.  
  43.   TURBO.COM - "NO" - MESSAGES NOT INCLUDED
  44.  
  45.          YOU TYPE                THIS APPEARS
  46.  
  47.        DDT TURBO.COM              DDT TURBO.COM
  48.                                   NEXT    PC
  49.                                   7800    0100
  50.                                   -
  51.        a210A<Enter>               210A
  52.        xra a<Enter>               210B
  53.        jmp 212C<Enter>            210E
  54.        .<Enter>                   -
  55.        <Ctrl>C<Enter>             DOS prompt
  56.        save 119 TURNO.COM<Enter>
  57.  
  58.  
  59.   The  following creates a file names TURYES.COM which  you  should
  60.   use to always include error messages.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 231
  76.   VERSION : 2.00A
  77.        OS : CP/M-80
  78.      DATE : February 21, 1986                            PAGE : 2/3
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT - CP/M-80
  80.  
  81.  
  82.  
  83.  
  84.   TURBO.COM - "YES" - MESSAGES INCLUDED
  85.  
  86.         YOU TYPE                 THIS APPEARS
  87.  
  88.        DDT TURBO.COM              DDT TURBO.COM
  89.                                   NEXT    PC
  90.                                   7800    0100
  91.                                   -
  92.        a210A                      210A
  93.        ori ff<Enter>              210C
  94.        jmp 212C<Enter>            210F
  95.        .<Enter>                   -
  96.        <Ctrl>C<Enter>             DOS prompt
  97.        save 119 TURYES.COM<Enter>
  98.  
  99.   If you are using the ZSID file to modify the code:
  100.  
  101.   The following creates a file named TURNO.COM which you should use
  102.   if you never want to load the error messages.
  103.  
  104.  
  105.   TURBO.COM - "NO" - MESSAGES NOT INCLUDED
  106.  
  107.        YOU TYPE                  THIS APPEARS
  108.  
  109.        DDT TURBO.COM              DDT TURBO.COM
  110.                                   NEXT    PC
  111.                                   7800    0100
  112.                                   -
  113.        a210A                      210A
  114.        xor a,a<Enter>             210B
  115.        jp 212C<Enter>             210E
  116.        .<Enter>                   -
  117.        <Ctrl>C<Enter>             DOS prompt
  118.        save 119 TURYES.COM
  119.  
  120.  
  121.   The  following creates a file names TURYES.COM which  you  should
  122.   use to always include error messages.
  123.  
  124.  
  125.   TURBO.COM - "YES" - MESSAGES INCLUDED
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.   PRODUCT : TURBO PASCAL                               NUMBER : 231
  142.   VERSION : 2.00A
  143.        OS : CP/M-80
  144.      DATE : February 21, 1986                            PAGE : 3/3
  145.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT - CP/M-80
  146.  
  147.  
  148.  
  149.  
  150.        YOU TYPE                  THIS APPEARS
  151.  
  152.        DDT TURBO.COM              DDT TURBO.COM
  153.                                   NEXT    PC
  154.                                   7800    0100
  155.                                   -
  156.        a210A                      210A
  157.        or a,ff<Enter>             210C
  158.        jp 212C<Enter>             210F
  159.        .<Enter>                   -
  160.        <Ctrl>C<Enter>             DOS prompt
  161.        save 119 TURYES.COM<Enter>
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.